//==============================================================================
// Giant Squid_anim.txt
//==============================================================================

//==============================================================================
define Bouy
{
   set hotspot
   {
      version
      {
			Visual World A Bouy
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector 
   {
		WorkedOnLogic
		SetSelector
		{
      set hotspot
      {
         version
         {
            Visual Animal giant squid_idle
                  Length 9.0
         }
      }
		}
		SetSelector
		{
      set hotspot
      {
         version
         {
            Visual Animal giant squid_idle
                  Length 9.0
				connect hotspot Bouy HOTSPOT
         }
      }
		}
   }
}
